
On *:JOIN:#: {
  Set %OwnerList $read(OwnerList.txt,s, $nick $+ )
  If ( %OwnerList != $null ) {
    /mode # +q $nick

  }
}